Revision: bazaar--authinfo--1.4--patch-4
Archive: Matthieu.Moy@imag.fr--public
Creator: Matthieu Moy <Matthieu.Moy@imag.fr>
Date: Tue Apr 19 00:04:47 MEST 2005
Standard-date: 2005-04-18 22:04:47 GMT
Modified-files: commands/status.c
New-patches: Matthieu.Moy@imag.fr--public/bazaar--authinfo--1.4--patch-4
Summary: Avoid panic in arch_cmd_status()
Keywords: 

When processing the conflicts, the variable "status" holds the result of
changes(), which can be non-0. We must use another variable to check the
result of arch_tree_show_conflicts.
